[INFO] fetching crate wasi-common-cbindgen 0.10.0...
[INFO] fixing wasi-common-cbindgen-0.10.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate wasi-common-cbindgen 0.10.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate wasi-common-cbindgen 0.10.0
[INFO] finished tweaking crates.io crate wasi-common-cbindgen 0.10.0
[INFO] tweaked toml for crates.io crate wasi-common-cbindgen 0.10.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wasi-common-cbindgen 0.10.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 28 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.118)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a94b880347c5bf99955dbd3136c7c45068298c5ce9169bf60ea6ff425e9a36bf
[INFO] running `Command { std: "docker" "start" "a94b880347c5bf99955dbd3136c7c45068298c5ce9169bf60ea6ff425e9a36bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a94b880347c5bf99955dbd3136c7c45068298c5ce9169bf60ea6ff425e9a36bf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a94b880347c5bf99955dbd3136c7c45068298c5ce9169bf60ea6ff425e9a36bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a94b880347c5bf99955dbd3136c7c45068298c5ce9169bf60ea6ff425e9a36bf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking trybuild v1.0.117
[INFO] [stderr]     Checking wasi-common-cbindgen v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/array_args.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/val_args.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/mut_args.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/no_args.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/test.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/ref_args.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
[INFO] [stderr] crater-edition-check: wasi-common-cbindgen v0.10.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling wasi-common-cbindgen v0.10.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]   --> tests/ref_args.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         Box::from_raw(raw);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let _ = Box::from_raw(raw);
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking wasi-common-cbindgen v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/no_args.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/ref_args.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/val_args.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/array_args.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/mut_args.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.06s
[INFO] [stderr] crater-edition-check: wasi-common-cbindgen v0.10.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling wasi-common-cbindgen v0.10.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]  --> tests/array_args.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[wasi_common_cbindgen]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `wasi_common_cbindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wasi-common-cbindgen` (test "array_args") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]  --> tests/no_args.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[wasi_common_cbindgen]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `wasi_common_cbindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]  --> tests/ref_args.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[wasi_common_cbindgen]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `wasi_common_cbindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wasi-common-cbindgen` (test "ref_args") due to 1 previous error
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]  --> tests/mut_args.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[wasi_common_cbindgen]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `wasi_common_cbindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wasi-common-cbindgen` (test "no_args") due to 1 previous error
[INFO] [stderr] error: could not compile `wasi-common-cbindgen` (test "mut_args") due to 1 previous error
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]  --> tests/val_args.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[wasi_common_cbindgen]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `wasi_common_cbindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wasi-common-cbindgen` (test "val_args") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "a94b880347c5bf99955dbd3136c7c45068298c5ce9169bf60ea6ff425e9a36bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a94b880347c5bf99955dbd3136c7c45068298c5ce9169bf60ea6ff425e9a36bf", kill_on_drop: false }`
[INFO] [stdout] a94b880347c5bf99955dbd3136c7c45068298c5ce9169bf60ea6ff425e9a36bf
